home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / pc_board / pcbscm3.zip / TEST.BAT < prev   
DOS Batch File  |  1991-10-01  |  687b  |  24 lines

  1. echo off
  2. set pause
  3. cls
  4. echo ----------------------------------------------------
  5.  
  6. if !%1==! goto noparms
  7. echo %1   %2   %3   %4   %5  %6
  8. goto continue
  9.  
  10. :noparms
  11.   echo No parameters were specified on command line... 
  12. :continue
  13.   echo ----------------------------------------------------
  14.   set
  15.   echo ----------------------------------------------------
  16.   if exist remote.inf  type remote.inf
  17.   if not exist remote.inf echo REMOTE.INF does not exist...
  18.   echo ----------------------------------------------------
  19.   echo Running CHKDSK for available memory total...
  20.  
  21.   :Replace the following with RAM or MEM utilities if you have them
  22.  
  23.   chkdsk | find "bytes free"
  24.